home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / Software / Essentials / Netscape / nim.xpi / bin / chrome / aim.jar / content / aim / aimABViewOverlay.js < prev    next >
Encoding:
JavaScript  |  2001-12-21  |  307 b   |  14 lines

  1. // keep this around (for now), as we might need it for buddy presence
  2. // in the results pane
  3.  
  4. function OnLoadAimABViewOverlay ()
  5. {
  6. }
  7.  
  8. function OnUnLoadAimABViewOverlay ()
  9. {
  10. }
  11.  
  12. addEventListener("load", OnLoadAimABViewOverlay, false);
  13. addEventListener("unload", OnUnLoadAimABViewOverlay, false);
  14.